home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / SPRREND.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  259 b   |  10 lines

  1. #ifndef _SPRREND_
  2. #define _SPRREND_
  3.  
  4. void Depth_Sort_Objects(pobject_node object, USHORT num_elements);
  5. void Draw_Sprite(pobject cur_sprite);
  6. void Translate_Object_Vectors(pobject_node trans_list);
  7. void Draw_Flat_Sprite(pobject cur_sprite);
  8.  
  9. #endif
  10.